*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
#background_div{

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    }


/* Top menu */
#top_menu_div{
    position: absolute;
    left: 120px;
    top: 24px;
    background:rgba(142, 142, 142, 0.391);;
    border-radius: 4px;
    border:1px solid  rgba(23, 14, 195, 0.391);
    width:80vw;
  
}
#product_1Iimage_width{
    padding:20px 20px 20px 40px; 
}
#top_menu_div ul{
    display:flex;
    list-style: none;
    padding:10px;
    align-items: center;
    justify-content: space-between;
    color:white;
}
#logo{
  width:100px;  
}
.top_menu_a_tag{
    color:white;
    text-decoration: none;
    padding:2px 10px; 
}


#login_btn{
    padding: 6px 45px;
    background:none;
    cursor: pointer;
    border: 1px solid blue;
    border-radius: 3px;
    color: blue; 
    font-size: 1rem;
    margin-right: 10px;
}
#trail_btn{
    padding: 6px 15px;
    background:blue;
    cursor: pointer;
    border: 1px solid blue;
    border-radius: 3px;
    color: white;
    font-size: 1rem;
}

/* products */
.productsDiv{
    width: 100vw;
    display:flex;
}


.products_image_div{
width: 50%;

}
.product_1_image{
    width: 100%;
   
    }
    .products_discription_div{
        width: 50%;  
      display: flex;
      flex-direction: column;
      padding-left: 20px;
      justify-content: space-around;
    }
    .products_discription_inner_div{
        width:80%;
    }
.products_title{
    
    font-size: 2rem;
    border-left: 4px solid black;
    padding-left: 10px;
}

.products_discription_p{
   margin-top: 20px;
   font-size: 13px;
   line-height: 1.4rem;
   font-weight: 600;
}
.new_price{
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4rem;
    font-weight: 600;  
}
.old_price{
    font-weight: 600; 
    color: gray; 
   
}
.off_offer{
    font-weight: 600; 
    color: gray; 
    padding:30px 0px 0px 70px;
   
    
}
.order_btn{
    margin-top: 20px;
    background: rgb(166,34,195);
background: linear-gradient(-45deg, rgb(166, 34, 195) 0%, rgba(45,49,253,1) 100%);
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
}

.user_reactions_div{
    display: flex;
    width: 90%;
    height: 120px;
    align-items: center;
    justify-content: end;
}
.round_user_div{
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(209, 207, 207);
    border: 4px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.margin_left_90{
    margin-left: -35px;

}
.merchants_number_div{
font-size: 12px;
font-weight: 600;
margin-left: 20px;
}
.round_user_img{
width: 140%;
height: 140%;
}

.background_color_darkGray{
    background-color: rgb(25, 19, 37);
    flex-direction: column;
    
}
.try_for_free_btn{
    padding: 23px 75px;
    background:blue;
    cursor: pointer;
    border: 1px solid blue;
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    margin-top: 40px;
}
.two_images_div{
    display:flex;
  margin-top: 20px;
  

}
.Product_Database_div{
    display: flex;
    width: 80vw;
    background: #E7FFF1;
border: 1px solid #F2F3F8;
border-radius: 24px;
overflow: hidden;
padding: 0;
margin: 0;
}
.Product_Database_inner_div{
    padding:50px 0px 0px 30px;
    width: 50%;
   
}
.displaycenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.displaycentercenter{
    display: flex;
    justify-content: center;
    justify-content: center;

    width:100vw; background:#F2F6FF; margin-top:60px;
}
.displaycentercenter1{
    display: flex;
    justify-content: center;
    justify-content: center;

    width:100vw; background:#FFFFFF; margin-top:0px;
}
.displaycentercenter2{
    display: flex;
    justify-content: center;
    justify-content: center;
width:100vw;
    background: rgb(0,42,255);
background: radial-gradient(circle, rgba(0,42,255,1) 0%, rgba(11,47,80,1) 100%);
    margin-top:0px;
}



.portfolioDiv{
    background-color: 
    #FFF9E8;
    margin-right: 10px;
    border-radius: 20px;
}
.portfolioDiv2{
    background-color: 
    #F6F0FF;
    margin-left: 10px;
    border-radius: 20px;
    
}
.world_image{
    width:70%;
    margin-top: 60px;
   

}
.news_main_div{
    display:flex;
    padding: 20px;

}
.news_single_div{
    width: 394.66px;
    height: 385.02px;
    color: white;
    padding-right: 20px;
    margin-top:3px

}
.news_single_div a{
    color: white;
    text-decoration: none;
}
.footer_top{
display: flex;
border-bottom: 1px solid gray;
width: 100%;
justify-content: space-around;
}
.footer_menu_div{
display: flex;
width: 100%;
justify-content: space-around;
}
.footer_menu_div{
    background-color:rgba(242, 246, 255, 1);
    padding:20px
}
.new_btn_span{
    padding: 5px 10px;
    color: white;
    background-color: blue;
    margin-left: 10px;
    border-radius: 10px;
}


@media only screen and (max-width: 1000px) {
    #overlay_div {
        padding: 3px !important ;
       height: auto !important;
    }
    

    .margin_top_20{
margin-top: 10px;
    }

    #sopyfi_bg_div{
        padding: 0px 
    }
    
}
